home *** CD-ROM | disk | FTP | other *** search
/ Champak 122 / Vol 122.iso / games / super_ma.swf / scripts / DefineSprite_160 / frame_4 / DoAction.as
Encoding:
Text File  |  2011-01-06  |  274 b   |  10 lines

  1. _root.personaje.frame_flag = true;
  2. _root.personaje.perso.cuerpo.gotoAndStop(2);
  3. _root.personaje.perso.per.gotoAndStop(70);
  4. sonido = new Sound();
  5. sonido.attachSound("gameo");
  6. sonido.start();
  7. sonido.attachSound("malo");
  8. sonido.start();
  9. _root.gotoAndStop("gameover");
  10.